Skip to main content
The Tools & Integrations module, located under Agent Studio, is a key component of the AXOMA platform that enables seamless integration of third-party services, enterprise systems, and proprietary tools. This module acts as a centralized management console for exploring, configuring, and maintaining all tools that AI agents can utilize to perform diverse actions — such as data retrieval, workflow automation, and cross-system communication. By integrating these tools, agents in AXOMA can securely and efficiently interact with various platforms, including CRMs, ticketing systems, databases, cloud storage, and internal APIs, extending their operational scope and intelligence. Axoma

Explore and Manage Tools

The main Tool Management dashboard (as shown in the screenshots) displays all available integrations categorized under:
  • All Tools: A complete list of all connected or available tools.
  • Custom Tools: Proprietary or user-created integrations added via configuration.
Each tool card includes:
  • Tool name and logo/icon
  • Brief description of the integration
  • Tool type (e.g., General, Custom, etc.)
  • Status indicator showing if it’s currently active or connected
Administrators and developers can browse, enable, or manage tools from this centralized interface to ensure all required services are available for agent workflows.

Creating a New Tool (Custom Integration)

AXOMA allows users to create custom integrations for in-house tools or specialized systems through an easy configuration process.
  1. Click the “Create New Tool” button.
  2. A configuration modal appears titled “Help us with the below details.”
  3. Fill in the following required fields:
    • Tool Name: A unique name that identifies the integration.
    • Description: A concise overview of what the tool does or its purpose.
    • Transport Mode: Defines the protocol for communication (e.g., SSE – Server-Sent Events).
    • Server URL: The endpoint where the external service or tool is hosted.
    • Icon (Optional): Upload an image representing the tool visually within the platform.
  4. Click “Connect” or “Update” to register the integration.
Once registered, the new custom tool, complete with its defined Actions, now appears in the Agent Studio > STEP 2. Crucially, the tool’s actions are automatically made available within the Agent Development module, allowing developers to design agent logic that intelligently invokes these specific functions to perform tasks thereby extending the agent’s problem-solving capabilities to include proprietary or highly specialized workflows. Axoma

Tool Details and Action Configuration

When a specific tool (e.g., Purplecube MCP) is selected, detailed configuration and available actions are displayed.

Tool Information

Displays the tool name, alias, transport mode, and server endpoint.

Actions Table

Lists the callable functions or endpoints exposed by the tool’s API, such as:
  • get_data_object – Retrieves metadata definitions of source and target entities.
  • get_data_platform – Fetches available data platforms for a given project.
  • get_projects – Lists user-assigned projects within the integration instance.
  • run_data_flow – Executes data flows and returns related data objects.
Each action includes a brief description outlining its use case and the data it returns, enabling developers to easily map these operations within agent logic.

Integration with Agent Development

Once tools and actions are configured, they become directly accessible in the Agent Development module. Developers can:
  • Integrate these actions into agent workflows.
  • Define when and how agents invoke specific tools.
  • Automate decision-making and cross-platform interactions using natural-language logic.
This modular structure empowers AXOMA’s AI agents to perform domain-specific or enterprise-level operations with enhanced precision and scalability.